Part Number Hot Search : 
CS5040RR UF806 VS901SL 19800 BY296 MC341 MC341 D4069UBC
Product Description
Full Text Search
 

To Download DS87000 Datasheet File

  If you can't view the Datasheet, Please click here to try to view without PDF Reader .  
 
 


  Datasheet File OCR Text:
  1 of 10 030700 DS87000 microcontroller programmer www.dalsemi.com features ? operates in stand alone or pc-hosted modes ? easy to use pull-down menus in pc-hosted mode ? operation from front panel in stand alone mode ? uses efficient "intelligent" programming techniques ? non-volatile data and operating parameter storage ? optional automatic device serialization (unique identifier written to every device programmed) ? programs 40-pin dip packages; ds87001 plug-in adapters available for other package types ? includes 110 volt (DS87000-000 for u.s.) or 220 volt (DS87000-220) power supply description the DS87000 is a programming solution that provides a convenient, inexpensive method of programming dallas semiconductor's family of eprom-based microcontrollers. the system comes complete with the programmer, menu based pc software, power supply, and rs-232 cable. the programmer may be operated in a stand-alone or pc hosted mode. initially, a pc loads programming information into the DS87000. once loaded, there is no further requirement for the pc and the programmer may then be operated completely from its front panel if desired. this allows the DS87000 to be easily moved to where it is needed. when a pc is available, the DS87000 may be operated from the menu-based software provided. operations in front panel in stand-alone mode are initiated via the programmer's four push buttons. three lights (leds) provide feedback on system status. the convenient plug-in transformer provided with the programmer supplies all necessary power. when operated in pc-hosted mode, the user is offered full flexibility of the programmer through a system of pull-down menus. all commands, options and menus are arranged to provide convenient access to each command. the main menu screen is divided into dos, buffer, encryption, device, and script definition menus. each of these menus contains sub- for controlling various parts of the system. the DS87000 also offers a unique feature typically found only in more expensive programming equipment. this feature allows the DS87000 to write a unique identification number to every device programmed. after initial conditions are established, the programmer automatically writes and subsequently increments a serial number unique to each device. the following sections describe operational details and installation procedures of the DS87000. the overall programming environment is comprised of the programmer , the device to be programmed (or simply the device ), the system software , and the optional standard personal computer ( pc ).
DS87000 2 of 10 DS87000 hardware: figure 1 busy complete error blank program verify read power rs-232 DS87000 programmer d a lla s sem i c o n d uc to r DS87000 po wer supply system software the DS87000's system software runs on a standard pc, and allows full control of the programmer's operation through a system of pull down menus. each of these menus and their sub-menus is described in the following sections. dos menu port the port command allows the user to select which pc com port (1, 2, 3, or 4) the programmer is attached. the power-on default is com 1. dos this function provides a convenient means of temporarily exiting to a dos shell. the dos "exit" command will return to the menu. exit exit the DS87000 system software. buffer menu load this command loads an intel hex file into the programmer's data buffer. only the buffer memory that is loaded with data is affected. all other memory remains unchanged. save this command saves the contents of the programmer's buffer to the selected pc file. the information is stored in intel hex format. the size of the eprom in the last device read or programmed determines the file size. all buffer memory used for a particular device is saved to the file. therefore if the device most recently read or programmed has a 16k byte eprom, the file will contain the intel hex formatted contents of all 16k bytes.
DS87000 3 of 10 drive this command allows the user to select another disk drive for the files used in the buffer menu?s load and save commands. compare this command compares the contents of the buffer with the contents of the selected file. every byte contained in the file is compared to the corresponding byte (same device address) in the buffer. fill fill the programmer's buffer with a specific value or a random number. when unsure of the buffer memory contents, this command can be used to initialize the buffer to a known value. also, by using the random option to fill the buffer with random numbers before loading a program, the encryption function will provide more security. the user is prompted to enter the beginning and ending address of the range to be filled. the default range is displayed, and may be modified or accepted as is. the user is also prompted to enter a value (in hex) to use for filling. entering an ?r? will cause a series of random numbers to be used. edit this command provides full screen edit capability of the programmer's data buffer memory. the cursor keys allow character by character movement within the buffer. in addition, page up, page down, home, end, and their control key combinations allow movement in larger increments. the information contained in the buffer memory is presented in hex format in the center of the screen, and the ascii representation on the right. if the hex value cannot be represented in printable ascii, a period (.) is displayed. the cursor may be placed over either the hex or ascii value and a new value entered. when exiting the edit function after modifying one or more bytes of the buffer, the user will be asked if the changes should be saved. encryption menu load load an encryption vector from a pc file to the programmer. the pc file is a standard ascii file representing hex values, and may be created using any ascii text editor. the file must include exactly 64 hex values (separated by spaces), which will be read and stored sequentially. during a load, if the file does not contain exactly 64 hex values, the programmer?s encryption vector will not be modified, and an error message will be displayed. note that this command simply loads an encryption vector into the programmer. it is the write encryption vector command of the device menu that actually stores the vector into the device. save save the current encryption vector contained in the programmer to a pc file. this information is stored as standard ascii representing 64 hex values. drive this command allows the user to select another disk drive for the files used in the encryption menu?s load and save commands.
DS87000 4 of 10 edit this command provides full screen edit capability of the programmer?s encryption vector. all bytes of the vector are displayed on the screen, and each can be individually edited. the vector is presented in hex format in the center of the screen, and the ascii representation is to the right. if the hex value cannot be represented in printable ascii, a period (.) is displayed. the cursor may be placed over either the hex or ascii value and a new value entered. when exiting the edit function after modifying one or more bytes of the vector, the user will be asked if the changes are to be saved. if yes, the new vector will be stored in the programmer. the user may clear the entire encryption vector by entering an alt-c. note that a cleared encryption vector is all ones, and if a cleared vector is stored in the device, there will be no encryption. a series of random numbers will be used to fill the encryption vector if an alt-r is entered. a randomly selected encryption vector provides a more secure device. device menu blank check this command reads the device to confirm that it is completely erased (all 1?s). the user is prompted to enter the beginning and ending address of the range to be checked. the default range is displayed, and may be modified or accepted as is. read this command will read all or part of the device's eprom and store it in the programmer's buffer memory. the user is prompted to enter the beginning and ending address of the range to be read. the default range is displayed, and may be modified or accepted as is. if an encryption vector has been stored in the device, the data will be encrypted as it is read. if the intent is to read non-encrypted data, the read must be performed before the encryption array is written to the device. the lock bits also have an effect on this function. if either of the two highest levels of lock are written to the device, the data read will be all ones. verify verify that the device's eprom contains the same information as the programmer's buffer. the user is prompted to enter the beginning and ending address of the range to be verified. the default range is displayed, and may be modified or accepted as is. since the verify function actually reads data from the device, verify must be performed before the device?s encryption array, lock bits, and/or serial number are written. after the encryption array is written to the device, all data that is read will be encrypted as a standard function of this security measure. after the lock bits are written, it may not be possible to read the device at all, depending on the level of lock. the serial number is unique for every device programmed, so it will not verify from one device to another. iblank check this command reads the device to confirm that it can be programmed with the contents of the buffer. this mode makes use of the fact that a completely blank device is not required for proper programming. for instance, if the device contains a 0 bit where a 0 bit is to be programmed, then it does not matter that the bit is not "blank" (i.e., 1). also, if a byte already contains the byte to be programmed, then it does not need to be re-programmed, and it does not matter that it is not blank. the user is prompted to enter the beginning and
DS87000 5 of 10 ending address of the range to be checked. the default range is displayed, and may be modified or accepted as is. program program the device's eprom memory with the contents of the programmer's buffer. the user is prompted to enter the beginning and ending address of the range to be programmed. the default range is displayed, and may be modified or accepted as is. unlike the program button, the program command only writes data from the buffer to the device. it does not perform multiple functions as the button does (see hardware section). if operations other than programming are desired, the program via script command must be used. serialize this command allows the user to store a unique serial number into each device programmed. the user is prompted to enter hex values for the parameters length, address, and value. the length parameter determines how many bytes the serial number will occupy (up to a maximum of 4 bytes = 32 bits). the address parameter determines the device's eprom address where the least significant (or only) byte of the serial number will be stored. subsequent bytes will be stored at higher addresses. the value parameter sets the initial serial number (that is, the next number to be programmed). the user must ensure that the area of eprom that the serial number will be written to is blank and unused by the data. as this menu is exited, the user is allowed to write the serial number to the device immediately or simply store the changes to the parameters. after programming the serial number into a device, it is treated as a simple binary number and incremented by one. in the event that it increments beyond what can be represented in the user defined length parameter, the serial number wraps around to 0. therefore, this parameter must be chosen to accommodate the maximum number of devices that will be serialized. all of the command parameters above are stored in non-volatile memory in the programmer, so they will continue to be in effect even after power is removed. since serializing writes a unique number to the device?s eprom, this function must be performed after the device is verified (unless a verify over an appropriate range is performed). otherwise an error will be detected. option byte this command allows the user to write the contents of the device's option byte. for specific option byte bit definitions, refer to the device's data sheet. unused bits should be set to 1?s. write encryption write the encryption vector contained in the programmer's memory into the device. note that after this operation, read and verify device operations will produce encrypted output if the encryption vector is non- blank. if the encryption vector is blank (all 1?s), the encryption has no effect. write lock bits this command allows the user to write the desired lock bits into the device. the bit settings and therefore the degree of lock security is dependent on user input. since level 1 lock is the device?s default condition, this level is not an option on the menu. each higher level of lock includes the security of all lower levels as indicated below. ? level 1:
DS87000 6 of 10 there is no lock. however, encryption will be performed as usual. this level is the erased default state of the device. the programmer does not program this level. ? level 2: this level prevents movc instructions in external memory from reading program bytes in internal memory. \ea is sampled and latched on reset. no further programming of eprom will be allowed after this level is set. ? level 3: this is the same as level 2 plus it does not allow further verify or read operations. it also prevents movx instructions in external memory from reading sram (movx) in internal memory. ? level 4: this is the same as level 3 plus it does not allow execution from external memory. note: the lock bits and the encryption vector are distinctly separate security measures. the status of one has no effect on the other, and each may be used or not used independently of the other. program via script program the device using a pre-defined script (see script definition menu below) to step through a series of operations. status this command causes the pc software to read the programmer and to update the information displayed on the status line of the menu screen. the status line contains four parameters: version, com, signature, and option byte. the version indicates the revision level of the system software and the programmer?s firmware. it is displayed as pc_version/firmware_version. the com parameter indicates the currently selected pc com port. signature displays the three signature bytes read from the device during its last access (see data sheet for description). the option byte displays the option byte read from the device during its last access (see data sheet for description). script definition menu this menu allows the user to define a script that will cause a specific series of operations to be performed when it is executed. the script is initiated by executing a "program via script" command from the pc hosted system software or by pressing the programmer's program button. pressing the program button always executes the script currently stored in the programmer?s non-volatile memory. the programmer?s non- volatile memory is updated whenever the user confirms a modification to the script definition from the menu software. a script contains individual programmer commands and associated options that are executed in sequence, one at a time. available script commands are identically the commands available under the device menu (that is, blank check, read, verify, iblank check, program, serialize, option byte, write encryption, and write lock bits). the serialize command has no options when executed from within a script. for this function to work properly here, its options must be defined using the serialize menu of the system software. once set, the serialize options are also stored in the non-volatile memory of the programmer. when the script definition menu is selected, the user is presented with two main windows. the option selection window contains a list of available commands, and the script definition window contains the
DS87000 7 of 10 current script. a blinking cursor shows the currently selected window, and the cursor may be moved from window to window using the right and left arrow and tab keys. both windows contain a place marker that may be moved up or down by placing the blinking cursor in the desired window, and then using the up and down arrow keys. within a script, each command may be included, omitted, or repeated as desired (with certain restrictions). when combined, they simply form a sequence of operations that will be performed when the script is executed. there are certain limitations built into the system that restrict the order and occurrence of some of the instructions. for instance, there must always be at least one program command in a script since the programmer's program button initiates the execution of the currently defined script. also there are certain logical restrictions. for instance, you would not program a device and then check to see if it is blank. there are a number of restrictions like this. if any of these are entered into the script, a warning message will be displayed and the script will not be modified. there is a limit of 16 on the total number of commands that can be part of the script. a simple example of a script follows: intelligent blank check 0 ff blank check 100 3fff program 0 ff verify 0 ff serialize write encryption vector write lock bits level 4 in this example, the area of memory in which program information will be stored is checked (intelligent blank check) to see that the desired values can be programmed. the remainder of the device is checked to see that it is blank, so that the serialize function will have a clear area in which to write. the program information is stored in the device, it is verified, the device is serialized, the encryption vector is written to the device, and finally the device is locked. system hardware the hardware of the programmer consists of the main programming module and the plug in power supply. as illustrated in figure 1, the main programming module contains a 40-pin socket for the device to be programmed, and a number of switches and lights for system operation. if the programmer has been initialized with the desired programming script, the programmer may be operated in a stand alone mode. in stand alone mode, the programmer's functions are initiated from the front panel. there are four front panel buttons that control operation: blank check, program, verify, and read. in addition, there are three lights that indicate the programmer's status: busy, complete, and error. at the top of the zero insertion force socket, recessed into the case, there is a small switch. this switch changes the programmer?s internal controlling processor from operating to loader mode. this switch is provided to allow the user to install future firmware updates. the switch should never be moved from its leftmost position. doing so can erase the controller's firmware and make the programmer inoperable.
DS87000 8 of 10 read button the read button causes all of the eprom in the device to be read, and the contents stored in the programmer's buffer memory. when the read process begins, the busy light blinks to indicate that the programmer is performing the requested operation. when the read operation is complete and no error has occurred, the complete light flashes. if an error occurs during the operation, the error light flashes. since the read operation destroys the existing contents of the programmer?s buffer, the button does not activate the function immediately. the user is required to hold the button down for two seconds before the operation begins. this eliminates the possibility of inadvertently initiating a read. if none of the eprom lock bits are set, and the device's encryption vector is blank (that is, all 1?s), then the data output from the device during a read operation is precisely the data stored in its eprom. however if a value other than all 1?s is stored in the device?s encryption vector, the device will perform encryption on the data as it is read out. this encryption process is the normal security measure offered by the encryption vector. it should be noted that if a read is performed after the encryption vector is written, the programmer?s buffer memory will be overwritten with encrypted data. this is typically not the desired result. lock bits also affect the read operation. if either of the upper two levels of lock (level 3 or 4) are set, the device will output all 1?s when it is read. therefore, the only way to distinguish between a blank device and one that is locked is to try to program it. if a single location is programmed, and the program operation fails, then the device is potentially locked. verify button when the verify button is pressed, the busy light begins flashing and the entire contents of the device's eprom memory are compared with the contents of the programmer's buffer memory. if the two contain the same data, the complete light flashes, but if there is a difference, the error light flashes. since the verify operation performs a read of the device, the same comments on the encryption vector and lock bits made in the read button section above also apply to the verify operation. blank button the blank button confirms that all of the device's eprom memory is blank (all 1?s). the busy light blinks to indicate that the function is being performed and no error has been detected. if an error is detected (the eprom is not all 1?s), the process stops immediately and the error light begins flashing. if the device is blank, the complete light will flash. note that the comments regarding the encryption vector and lock bits made in the above sections apply to the blank button as well.
DS87000 9 of 10 program button the program button initiates a sequence of events that are specified by the current script (see ?script definition? section above). one of these events will be to transfer data from programmer's buffer memory into the device's eprom (that is, program the device). while these programming events are being performed, the busy light blinks. if an error occurs, the process is stopped immediately, and the error light begins flashing. if all operations are successful, the complete light will flash. by allowing the program button to initiate a script, complex operations may be performed in the absence of additional equipment. this allows the programmer to be configured where a pc is conveniently available, then easily carried to where the devices are actually programmed (possibly an assembly area) without the need for additional equipment. note that since the script settings are stored in non-volatile memory, the user should verify them before a programming session to ensure the device(s) will be programmed as desired. like the read button, the program button must be pressed for 2 seconds before the programming function begins. this feature protects against accidental initiation of the program operation. installation system software the system software for the DS87000 is provided on a floppy disk. copy the contents of the disk to the desired hard disk directory or a working floppy disk and store the distribution disk safely for future use. at the dos prompt, enter the command "DS87000". this will start the menu driven system software. using the mouse or "hot keys" (shown on the menu), enter the dos sub-menu and select the com port to which the programmer is connected. communications with the programmer will begin automatically. the program can also be started with the port number as a command line option. for instance, if the programmer is attached to port 2, the command ?DS87000 2? can be entered at the dos prompt. hardware installing the DS87000 hardware consists of plugging the power supply into a wall outlet and connecting the supplied rs-232 cable. the united states version of the programming kit (DS87000-000) includes a standard 110 volt power transformer. a 220-volt transformer is provided with the DS87000-220 version of the programmer. this transformer is equipped with a two prong cylindrical plug, and may require a mechanical adapter for operation in some areas. the end of the transformer's cable contains a d.c. power connector that plugs into the opening in the rear wall of the programmer. when power is applied, the red led will illuminate. the programmer kit also contains an rs-232 cable with rj11 connectors on both ends. please note that this is not a standard telephone cable, and replacing it with one may cause damage . plug one end of the cable into the mating connector on the top of the programmer. the other end of the cable should be plugged into the supplied rj-11-to-db9 adapter. that adapter is then connected to an available serial com port on the pc. the DS87000 system software allows the use of com ports 1, 2, 3, or 4.
DS87000 10 of 10 note: ports 1 and 3 usually share an interrupt as do 2 and 4. the DS87000 assumes this is the configuration of the pc on which it is running. because of this interrupt arrangement, the user must ensure that there is no conflict with other equipment. system specifications parameter specification storage temperature -40 c to +70 c operating temperature 0 c to 70 c ac input (power supply) 105-129 v @ 60 hz (DS87000-000) o r 198-242 v @ 50 hz (DS87000-220) dc input (programmer) 16.0 v @ 100 ma (m in ), 19.0 v @ 200 ma (m ax ) serial communications rs-232


▲Up To Search▲   

 
Price & Availability of DS87000

All Rights Reserved © IC-ON-LINE 2003 - 2022  

[Add Bookmark] [Contact Us] [Link exchange] [Privacy policy]
Mirror Sites :  [www.datasheet.hk]   [www.maxim4u.com]  [www.ic-on-line.cn] [www.ic-on-line.com] [www.ic-on-line.net] [www.alldatasheet.com.cn] [www.gdcy.com]  [www.gdcy.net]


 . . . . .
  We use cookies to deliver the best possible web experience and assist with our advertising efforts. By continuing to use this site, you consent to the use of cookies. For more information on cookies, please take a look at our Privacy Policy. X